NOVELL TECHNICAL INFORMATION DOCUMENT TITLE: Examples of NetWare API Queue Services DOCUMENT ID: TID000353 DOCUMENT REVISION: A DATE: 01JUL93 ALERT STATUS: Yellow INFORMATION TYPE: Symptom Solution README FOR: QUEUES.EXE NOVELL PRODUCT and VERSION: NetWare C Interface for DOS 1.2 ABSTRACT: This EXE file contains programming examples for creating, deleting, submitting, and servicing queue jobs using the NetWare C Interface for DOS API function calls. The applications were compiled with Turbo C v2.0. _________________________________________________________________ DISCLAIMER THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO NOVELL. NOVELL MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS INFORMATION. HOWEVER, THE INFORMATION PROVIDED IN THIS DOCUMENT IS FOR YOUR INFORMATION ONLY. NOVELL MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS INFORMATION. _________________________________________________________________ Self-Extracting File Name: QUEUES.EXE Files Included Size Date Time QUEUES.TXT (This File) CREATQ.C 6645 1-13-92 11:30a QCLIENT.C 3111 1-13-92 11:31a QSERVER.C 3317 1-13-92 11:31a DESTROYQ.C 2399 1-13-92 11:30a README FOR QUEUE SERVICES EXAMPLE PROGRAMS This README file of QUEUES.EXE accompanies some example programs which demonstrate Queue Services APIs. These files are examples for using the Queue Services APIs. CREATQ creates a queue. QCLIENT submits queue jobs. QSERVER processes queue jobs. DESTROYQ destroys a queue. ÿ